tools/xenstore: add the basic framework for doing the live update
authorJuergen Gross <jgross@suse.com>
Wed, 13 Jan 2021 13:00:18 +0000 (14:00 +0100)
committerJuergen Gross <jgross@suse.com>
Thu, 21 Jan 2021 16:31:00 +0000 (17:31 +0100)
commitaf216a99fb4ac21b6fd1d665f0502803c6e8573a
tree875c2fd757841b80434a32c4376941c0eeb5c05c
parentc5ca1404b47edef53a6b1245574ee9712404c5d4
tools/xenstore: add the basic framework for doing the live update

Add the main framework for executing the live update. This for now
only defines the basic execution steps with empty dummy functions.
This final step returning means failure, as in case of success the
new executable will have taken over.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/xenstore/xenstored_control.c